home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 14 / MacFormat n. 14 (Spain) / MacFormat 14.bin / Shareware Internet / HyperCard / XCMD Docs / CompileIt! Source Code / EraseDisk dn,name,doReal < prev    next >
Encoding:
Text File  |  1995-08-19  |  120 b   |  6 lines

  1. on EraseDisk dn,name,doReal
  2.   if doReal="true" then
  3.     get DiFormat(dn)
  4.   end if
  5.   return DiZero(dn,name)
  6. end EraseDisk